home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 057 (1988-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 057 (1988-05-15)(Ossowski, Stefan)(DE)(PD).adf / Wizard1.1 / WIZARD.DOC < prev    next >
Text File  |  1988-04-17  |  9KB  |  315 lines

  1.  
  2.  
  3.                  THE CLI WIZARD
  4.               Written By J.L. White
  5.                 (C)1987 Merlin's Software
  6. Version 1.1
  7.  
  8. What's New:
  9. ~~~~~~~~~~~
  10. 1. The program now runs from Workbench. Icon included.
  11. 2. Editing the custom gadgets is much easier. In version 1.0 you had to
  12.    zap the program and edit the picture. Now all you have to do is edit
  13.    a simple text file. Also there are 12 custom gadgets instead of 8.
  14. 3. Bug fixed when rapidly clicking the mouse button. In 1.0 this would
  15.    lock up the program. It is no longer a problem.
  16. 4. Sound has been added. Beeps for the gadgets and guess what happens
  17.    when you delete a file? You can turn off the sound if you wish.
  18. 5. There is no longer a Getdir gadget. All you have to do is click on
  19.    the directory and it automatically reads it. To delete a directory
  20.    simply enter the name in the extention box and click on the Deldir
  21.    gadget.
  22. 6. There is now a switch on the screen. This is used to swap the source
  23.    and destination directories. In the next version this will be set up
  24.    like the double window dirutils. It will flip the display from one to
  25.    the other.
  26. 7. If you have used a dirutil before and used the arc command to unarc
  27.    a file, you have probably run accross the problem when it finds a
  28.    file with the same name, it gets locked up. Well now it will just
  29.    write over the existing file.
  30. 8. Assign has been added to the main gadgets. Now assign and arc have
  31.    a custom output window. Instead of having to flip back to the
  32.    Workbench screen, a window will come up with the output.
  33. 9. The gadgets have been moved around to make things a little more
  34.    efficient.
  35. 10.It will now read a directory with 400 files. If you have that many
  36.    files in one directory you must be crazy but it works anyway.
  37.  
  38. This is a Shareware program. If you like it and use it send $15.00 to:
  39.  
  40. J.L. White
  41. 1304 Four Seasons Blvd.
  42. Tampa, Fla. 33613
  43. (813) 971-4451
  44.  
  45. We will keep you informed of latest releases of this and other software.
  46.  
  47.  
  48. Yet another Disk Utility. I decided to write this because I could not find
  49. one that did everything I wanted. One thing I hated was having to resize 
  50. the window all the time to get to icons or other windows, so I put it on a
  51. separate screen. Since I am into graphics so much I added a little Window 
  52. Dressing (HAHA). I liked Greg Cunningham's DiskMan but I HATE Hi res flicker,
  53. and I never did care for the double windows. So Anyway this is my rendition.
  54.  
  55.  
  56. First off I would like to thank Athan Kartsatos (A.K.A. Souli). He got the 
  57. main bugs worked out of this thing and got me up and running. Without his
  58. help you probably would not be reading this. Thanks to Greg Cunningham for
  59. helping me with loading the Graphics. To some this might be an easy task but
  60. since this is only my second project in C it was a big problem. Also thanks
  61. to Chris Nicotra and Nathan Barber for getting the ball rolling with the 
  62. early versions of DirUtil.
  63.  
  64. 10/31/87
  65. *****************************************************************************
  66. *                      Instructions for THE CLI WIZARD                      *
  67. *****************************************************************************
  68.  
  69. To start program go to cli and type RUN WIZARD. It looks for a file called
  70. Wiz.Pic so CD to the directory first. To run from Workbench, simply click
  71. on the icon.
  72.  
  73. There are 12 gadgets that you can customize yourself. I will explain these
  74. later. I will now briefly explain each of the gadgets functions.
  75.  
  76. You will need the following files in your C directory:
  77.  
  78. Run, Ed, Show, Arc, Execute, Assign, Newcli.
  79.  
  80. If these files don't exist those gadgets won't work but the rest will.
  81. The files must be named as shown above. 
  82. If you have C assigned to somewhere other than the SYS: disk you must also
  83. have the SYS: assigned to that root directory. (ex. vd0:c assign SYS: to
  84. VD0:).
  85.  
  86. DF0: DF1: DH0: RAM: VD0:
  87. ~~~~~~~~~~~~~~~~~~~~~~~~
  88.  These gadgets will list the files in the chosen device. These can be changed
  89. like the custom gadgets. (read below).
  90.  
  91. S:
  92. ~~
  93.  This shows the current source directory. Click in here to manually select
  94. a directory.
  95.  
  96. D:
  97. ~~
  98.  This shows the current destination directory. Click in here to manually 
  99. select a directory. 
  100.  
  101. E:
  102. ~~
  103.  This is used for extentions for files that you Run. Also to rename files or
  104. name arc files. I did not like to use the D box for this cause then you had
  105. to enter the destination directory again to copy the files.
  106.  
  107. TIME:
  108. ~~~~~
  109.  This displays the current system time. At this time you have to click a 
  110. gadget to see it update.
  111.  
  112. RAM:
  113. ~~~~
  114.  This displays the available memory that you have left. At this time you 
  115. have to click a gadget to see it update.
  116.  
  117. DELDIR:
  118. ~~~~~~~
  119.  Use to delete selected subdirectory. Error will occur if you try to delete
  120. a directory that is not empty. Enter name of directory to delete in the E
  121. box then click the gadget.
  122.  
  123. MAKEDIR:
  124. ~~~~~~~~
  125.  Creates a directory with the name taken from the E box.
  126.  
  127. ROOT:
  128. ~~~~~
  129.  Reads the current root directory.
  130.  
  131. PARENT:
  132. ~~~~~~~
  133.  Reads the current parent directory.
  134.  
  135. NEWCLI:
  136. ~~~~~
  137.  Opens a cli window on the Workbench screen.
  138.  
  139. ALL:
  140. ~~~~
  141.  Selects all files in directory (including those not seen in window).
  142.  
  143. CLEAR:
  144. ~~~~~~
  145.  De- Selects all files in directory.
  146.  
  147. BYTE:
  148. ~~~~~
  149.  Shows amount of Bytes in all selected files.
  150.  
  151. SINFO:
  152. ~~~~~~
  153.  Shows how much disk space is left on source device.
  154.  
  155. DINFO:
  156. ~~~~~~
  157.  Shows how much disk space is left on destination device.
  158.  
  159. RUN:
  160. ~~~~
  161.  Will run another program. Any output from the program will be directed to
  162. the cli window you ran Wizard from. Select a file then click gadget. It will
  163. also accept an extention from the E box.
  164.  
  165. COPY:
  166. ~~~~~
  167.  Copies selected files from source to destination.
  168.  
  169. DELETE:
  170. ~~~~~~~
  171.  Deletes selected files from source device.
  172.  
  173. MOVE:
  174. ~~~~~
  175.  Moves a file from one directory to another on the same device.
  176.  
  177. RENAME:
  178. ~~~~~~~
  179.  Renames a file or directory to the name in the E box.
  180.  
  181. LISTARC:
  182. ~~~~~~~~
  183.  List the files in an arc file. A custom window will display the output.
  184.  
  185. EXECUTE:
  186. ~~~~~~~~
  187.  Executes a batch file. Oftened used to rename files extracted from an Arc
  188. file.
  189.  
  190. SHOW:
  191. ~~~~~
  192.  Displays IFF pictures. Uses any iff reader named SHOW in the C directory.
  193. Click upper left corner to exit picture.
  194.  
  195. READ:
  196. ~~~~~
  197.  Used to read ASCII files (doc files, source code, etc.). Click on files to
  198. read then click gadget.
  199.  
  200. EDIT:
  201. ~~~~~
  202.  Used to edit ASCII files. Loads file called ED (ED, TXED, etc.). Click on
  203. file to edit then click gadget.
  204.  
  205. PRINT:
  206. ~~~~~~
  207.  Will print text file to printer.
  208.  
  209. ARC:
  210. ~~~~
  211.  Use to add files to an arc file. Use E box for name of arc then click on 
  212. files to add. A custom window will display the output.
  213.  
  214. UNARC:
  215. ~~~~~~
  216.  Will extract files from selected arc file.  A custom window will display 
  217. the output. It will write over a file with the same name so Listarc to
  218. check before unarcing.
  219.  
  220. STATUS:
  221. ~~~~~~~
  222.  This is where errors are displayed and also shows what the current function
  223. is.
  224.  
  225. ASSIGN:
  226. ~~~~~~~
  227.  This will show all assigned devices. It displays this in a custom window.
  228. If you wish to reassign some device just enter it in the E box.(ex. C: RAM:C).
  229.  
  230. CUSTOM GADGETS:
  231. ~~~~~~~~~~~~~~~
  232.  
  233. There are 12 gadgets that can be changed. These are at the bottom right hand
  234. corner of the screen. I will explain what they do now then how to edit them.
  235.  
  236. QCKCOPY:
  237. ~~~~~~~
  238.  This is a PD copy program. It is fast and simple and small. But you can 
  239. edit it and change to your favorite.
  240.  
  241. ZAP:
  242. ~~~~
  243.  This loads a file zap program called ZAP. It will also accept a filename
  244. from the E box.
  245.  
  246. INSTALL:
  247. ~~~~~~~~
  248.  You can install a disk with E box (ex. DF1:).
  249.  
  250. FORMAT:
  251. ~~~~~~~
  252.  This allows you to format a disk (ex. DRIVE df1: NAME Data). WARNING: Make
  253. sure the E box is correct because it does not wait for a carriage return.
  254.  
  255. FACC:
  256. ~~~~~
  257.  This is a commercial piece of software. Its like addbuffers but much better.
  258. If you copy files alot it is well worth the price.
  259.  
  260. ON-OFF:
  261. ~~~~~~~
  262.  For those with extra memory you know what this is. Some programs don't work
  263. well with extra memory so this allows you to toggle the ram on and off.
  264.  
  265. SCRIBLE:
  266. ~~~~~~~~~~
  267.  Will run Scribble! from DF1:
  268.  
  269. DIGA!:
  270. ~~~~~
  271.  Will run Diga! from DF1:
  272.  
  273. D-Paint:
  274. ~~~~~~~~
  275.  Will run Dpaint from DF1:
  276.  
  277. SONIX:
  278. ~~~~~~
  279.  Will run Sonix from DF1:
  280.  
  281. SBASE:
  282. ~~~~~~
  283.  Will run Superbase from DF1:
  284.  
  285. BASIC:
  286. ~~~~~~
  287.  Will run Amigabasic from DF1:
  288.  
  289.  
  290. EXIT:
  291. ~~~~~
  292.  To exit go to the Menu to exit.
  293.  
  294. SOUND:
  295. ~~~~~~
  296.  You can turn this on and off from the menus.
  297.  
  298.  
  299.  
  300. EDITING CUSTOM GADGETS:
  301. ~~~~~~~~~~~~~~~~~~~~~~~
  302.  
  303.  The 12 gadgets will accept info from the E box. To edit these files simply
  304. load the text file called Wizard.data into a text editor. Each file name
  305. can be up to 30 characters. The name of the gadgets can be up to 7. You
  306. can also change the drive names. Just be sure to write over the existing
  307. names. Don't add any spaces!
  308.  
  309. Remember that all except info from the E box so clear this before you run
  310. another program.
  311.  
  312. Notice you can tell it where to look for the file by adding that to the name.
  313. I hope this has been clear enough. I plan on many new enhancements in the
  314. future. Let me know what you like and dislike about it...Later....J.L. White
  315.